home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLLINK / TFORMHTMLLINK.txt
Encoding:
Text File  |  1997-12-06  |  8.3 KB  |  393 lines

  1. object FormHTMLLink: TFormHTMLLink
  2.   Left = 21
  3.   Top = 71
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Link'
  7.   ClientHeight = 271
  8.   ClientWidth = 574
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxHREF: TGroupBox
  35.     Left = 8
  36.     Top = 28
  37.     Width = 309
  38.     Height = 181
  39.     Caption = 'HREF'
  40.     Ctl3D = True
  41.     ParentCtl3D = False
  42.     TabOrder = 1
  43.     object EditHREF: TEdit
  44.       Left = 6
  45.       Top = 16
  46.       Width = 296
  47.       Height = 21
  48.       MaxLength = 250
  49.       TabOrder = 0
  50.       OnChange = EditHREFChange
  51.       OnExit = EditHREFExit
  52.       OnKeyPress = EditHREFKeyPress
  53.     end
  54.     object PanelHREF: TPanel
  55.       Left = 2
  56.       Top = 159
  57.       Width = 305
  58.       Height = 20
  59.       Hint = 'HREF attribute'
  60.       Align = alBottom
  61.       Alignment = taLeftJustify
  62.       BevelOuter = bvNone
  63.       BorderStyle = bsSingle
  64.       Caption = 'PanelHREF'
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 3
  68.       OnClick = PanelHREFClick
  69.     end
  70.     object ButtonBrowse: TButton
  71.       Left = 7
  72.       Top = 43
  73.       Width = 135
  74.       Height = 25
  75.       Caption = 'Browse'
  76.       TabOrder = 1
  77.       OnClick = ButtonBrowseClick
  78.     end
  79.     object ButtonURLsHistory: TButton
  80.       Left = 7
  81.       Top = 71
  82.       Width = 135
  83.       Height = 25
  84.       Caption = 'URLs History'
  85.       TabOrder = 2
  86.       OnClick = ButtonURLsHistoryClick
  87.     end
  88.     object GroupPrefixes: TGroupBox
  89.       Left = 152
  90.       Top = 48
  91.       Width = 97
  92.       Height = 97
  93.       Caption = 'Prefixes'
  94.       TabOrder = 4
  95.       object ListBoxPrefixes: TListBox
  96.         Left = 2
  97.         Top = 15
  98.         Width = 93
  99.         Height = 43
  100.         Align = alTop
  101.         IntegralHeight = True
  102.         ItemHeight = 13
  103.         Items.Strings = (
  104.           'http://'
  105.           'mailto:'
  106.           'ftp://'
  107.           'gopher://'
  108.           'news:'
  109.           'newsrc:'
  110.           'nntp://'
  111.           'telnet://'
  112.           'wais://')
  113.         TabOrder = 0
  114.         OnDblClick = ButtonUsePrefixClick
  115.       end
  116.       object ButtonUsePrefix: TButton
  117.         Left = 8
  118.         Top = 64
  119.         Width = 81
  120.         Height = 25
  121.         Caption = 'Use'
  122.         TabOrder = 1
  123.         OnClick = ButtonUsePrefixClick
  124.       end
  125.     end
  126.     object ButtonAnchorsHistory: TButton
  127.       Left = 7
  128.       Top = 99
  129.       Width = 135
  130.       Height = 25
  131.       Caption = 'Anchors History'
  132.       TabOrder = 5
  133.       OnClick = ButtonAnchorsHistoryClick
  134.     end
  135.     object ButtonMailtoHistory: TButton
  136.       Left = 7
  137.       Top = 128
  138.       Width = 135
  139.       Height = 25
  140.       Caption = 'mailto: URLs History'
  141.       TabOrder = 6
  142.       OnClick = ButtonMailtoHistoryClick
  143.     end
  144.   end
  145.   object GroupBoxREL: TGroupBox
  146.     Left = 328
  147.     Top = 28
  148.     Width = 113
  149.     Height = 65
  150.     Caption = 'REL'
  151.     TabOrder = 2
  152.     object EditREL: TEdit
  153.       Left = 7
  154.       Top = 16
  155.       Width = 99
  156.       Height = 21
  157.       MaxLength = 250
  158.       TabOrder = 0
  159.       OnChange = EditRELChange
  160.       OnExit = EditRELExit
  161.       OnKeyPress = EditRELKeyPress
  162.     end
  163.     object PanelREL: TPanel
  164.       Left = 2
  165.       Top = 43
  166.       Width = 109
  167.       Height = 20
  168.       Hint = 'REL attribute'
  169.       Align = alBottom
  170.       Alignment = taLeftJustify
  171.       BevelOuter = bvNone
  172.       BorderStyle = bsSingle
  173.       Caption = 'PanelREL'
  174.       ParentShowHint = False
  175.       ShowHint = True
  176.       TabOrder = 1
  177.       OnClick = PanelRELClick
  178.     end
  179.   end
  180.   object GroupBoxTITLE: TGroupBox
  181.     Left = 452
  182.     Top = 28
  183.     Width = 113
  184.     Height = 65
  185.     Caption = 'TITLE'
  186.     TabOrder = 3
  187.     object EditTITLE: TEdit
  188.       Left = 7
  189.       Top = 16
  190.       Width = 99
  191.       Height = 21
  192.       MaxLength = 250
  193.       TabOrder = 0
  194.       OnChange = EditTITLEChange
  195.       OnExit = EditTITLEExit
  196.       OnKeyPress = EditTITLEKeyPress
  197.     end
  198.     object PanelTITLE: TPanel
  199.       Left = 2
  200.       Top = 43
  201.       Width = 109
  202.       Height = 20
  203.       Hint = 'TITLE attribute'
  204.       Align = alBottom
  205.       Alignment = taLeftJustify
  206.       BevelOuter = bvNone
  207.       BorderStyle = bsSingle
  208.       Caption = 'PanelTITLE'
  209.       ParentShowHint = False
  210.       ShowHint = True
  211.       TabOrder = 1
  212.       OnClick = PanelTITLEClick
  213.     end
  214.   end
  215.   object GroupBoxREV: TGroupBox
  216.     Left = 328
  217.     Top = 100
  218.     Width = 113
  219.     Height = 65
  220.     Caption = 'REV'
  221.     TabOrder = 4
  222.     object EditREV: TEdit
  223.       Left = 7
  224.       Top = 16
  225.       Width = 99
  226.       Height = 21
  227.       MaxLength = 250
  228.       TabOrder = 0
  229.       OnChange = EditREVChange
  230.       OnExit = EditREVExit
  231.       OnKeyPress = EditREVKeyPress
  232.     end
  233.     object PanelREV: TPanel
  234.       Left = 2
  235.       Top = 43
  236.       Width = 109
  237.       Height = 20
  238.       Hint = 'REV attribute'
  239.       Align = alBottom
  240.       Alignment = taLeftJustify
  241.       BevelOuter = bvNone
  242.       BorderStyle = bsSingle
  243.       Caption = 'PanelREV'
  244.       ParentShowHint = False
  245.       ShowHint = True
  246.       TabOrder = 1
  247.       OnClick = PanelREVClick
  248.     end
  249.   end
  250.   object GroupBoxTYPE: TGroupBox
  251.     Left = 452
  252.     Top = 100
  253.     Width = 113
  254.     Height = 65
  255.     Caption = 'TYPE'
  256.     TabOrder = 5
  257.     object EditTYPE: TEdit
  258.       Left = 7
  259.       Top = 16
  260.       Width = 99
  261.       Height = 21
  262.       MaxLength = 250
  263.       TabOrder = 0
  264.       OnChange = EditTYPEChange
  265.       OnExit = EditTYPEExit
  266.       OnKeyPress = EditTYPEKeyPress
  267.     end
  268.     object PanelTYPE: TPanel
  269.       Left = 2
  270.       Top = 43
  271.       Width = 109
  272.       Height = 20
  273.       Hint = 'TYPE attribute'
  274.       Align = alBottom
  275.       Alignment = taLeftJustify
  276.       BevelOuter = bvNone
  277.       BorderStyle = bsSingle
  278.       Caption = 'PanelTYPE'
  279.       ParentShowHint = False
  280.       ShowHint = True
  281.       TabOrder = 1
  282.       OnClick = PanelTYPEClick
  283.     end
  284.   end
  285.   object GroupBoxClosingTag: TGroupBox
  286.     Left = 328
  287.     Top = 172
  288.     Width = 141
  289.     Height = 37
  290.     Caption = 'Closing Tag'
  291.     Ctl3D = True
  292.     ParentCtl3D = False
  293.     TabOrder = 6
  294.     object CheckBoxAppendClosingTag: TCheckBox
  295.       Left = 6
  296.       Top = 16
  297.       Width = 127
  298.       Height = 17
  299.       Hint = 'Append optional closing tag'
  300.       Caption = 'Append Closing Tag'
  301.       Ctl3D = True
  302.       ParentCtl3D = False
  303.       ParentShowHint = False
  304.       ShowHint = True
  305.       TabOrder = 0
  306.       OnClick = CheckBoxAppendClosingTagClick
  307.     end
  308.   end
  309.   object PanelBottom: TPanel
  310.     Left = 0
  311.     Top = 218
  312.     Width = 574
  313.     Height = 53
  314.     Align = alBottom
  315.     BevelOuter = bvNone
  316.     Caption = 'PanelBottom'
  317.     Font.Color = clBtnFace
  318.     Font.Height = -11
  319.     Font.Name = 'MS Sans Serif'
  320.     Font.Style = []
  321.     ParentFont = False
  322.     TabOrder = 7
  323.     object Bevel: TBevel
  324.       Left = 0
  325.       Top = 0
  326.       Width = 574
  327.       Height = 6
  328.       Align = alTop
  329.       Shape = bsTopLine
  330.     end
  331.     object ButtonInsert: TButton
  332.       Left = 4
  333.       Top = 8
  334.       Width = 77
  335.       Height = 25
  336.       Hint = 'Use the HTML tag'
  337.       Caption = '&OK'
  338.       ParentShowHint = False
  339.       ShowHint = True
  340.       TabOrder = 0
  341.       OnClick = ButtonInsertClick
  342.     end
  343.     object ButtonCancel: TButton
  344.       Left = 88
  345.       Top = 8
  346.       Width = 77
  347.       Height = 25
  348.       Cancel = True
  349.       Caption = '&Cancel'
  350.       ParentShowHint = False
  351.       ShowHint = False
  352.       TabOrder = 1
  353.       OnClick = ButtonCancelClick
  354.     end
  355.     object ButtonHelp: TButton
  356.       Left = 256
  357.       Top = 8
  358.       Width = 77
  359.       Height = 25
  360.       Caption = '&Help'
  361.       ParentShowHint = False
  362.       ShowHint = False
  363.       TabOrder = 3
  364.       OnClick = ButtonHelpClick
  365.     end
  366.     object ButtonClearAll: TButton
  367.       Left = 172
  368.       Top = 8
  369.       Width = 77
  370.       Height = 25
  371.       Hint = 'Clear and reset all attributes to defaults'
  372.       Caption = 'Clear &All'
  373.       ParentShowHint = False
  374.       ShowHint = True
  375.       TabOrder = 2
  376.       OnClick = ButtonClearAllClick
  377.     end
  378.     object PanelSaveReuseLevel: TPanel
  379.       Left = 4
  380.       Top = 40
  381.       Width = 329
  382.       Height = 9
  383.       BevelOuter = bvLowered
  384.       Caption = ' '
  385.       ParentShowHint = False
  386.       ShowHint = True
  387.       TabOrder = 4
  388.       OnDblClick = PanelSaveReuseLevelDblClick
  389.       OnMouseMove = PanelSaveReuseLevelMouseMove
  390.     end
  391.   end
  392. end
  393.